home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / HackTV & Example panel comp. / DebugFlags.h next >
Text File  |  1993-08-18  |  740b  |  34 lines

  1. /*
  2.     File:        DebugFlags.h
  3.  
  4.     Contains:    Debug flags.
  5.  
  6.     Written by:    Gary Woodcock
  7.  
  8.                 Refer to develop Issue 14, "Video Digitizing Under QuickTime",
  9.                 for details on this code.
  10.                 
  11.     Copyright:    © 1992-1993 by Gary Woodcock, all rights reserved.
  12.  
  13.     Change History (most recent first):
  14.  
  15. */
  16.  
  17. //-----------------------------------------------------------------------
  18.  
  19. #ifndef _DEBUGFLAGS_
  20. #define    _DEBUGFLAGS_
  21.  
  22. //-----------------------------------------------------------------------
  23. // flags
  24.  
  25. // Comment out this flag when building a standalone component
  26. #define DEBUG_ME    
  27.  
  28. //-----------------------------------------------------------------------
  29.  
  30. #endif _DEBUGFLAGS_
  31.  
  32. //-----------------------------------------------------------------------
  33.  
  34.